home *** CD-ROM | disk | FTP | other *** search
/ AT&T WorldNet Service / WorldNet Service Installation Disk - Cybercathlon Games and Interactive Tour of Olympic Museum (1996).ISO / olympics / graphics / fklfoot.xof < prev    next >
Text File  |  1996-05-27  |  9KB  |  423 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  72;
  136.  0.124913;-0.362664;-0.366498;,
  137.  0.142759;-0.364748;-0.233737;,
  138.  0.074109;-0.357446;0.180185;,
  139.  0.124913;-0.362664;-0.366498;,
  140.  0.074109;-0.357446;0.180185;,
  141.  -0.121924;-0.357446;0.184453;,
  142.  0.124913;-0.362664;-0.366498;,
  143.  0.085789;-0.288899;-0.364296;,
  144.  0.142759;-0.364748;-0.233737;,
  145.  0.054308;-0.041075;-0.048770;,
  146.  0.058719;-0.169673;-0.214627;,
  147.  -0.008251;0.022679;-0.052543;,
  148.  0.036855;0.078396;0.072563;,
  149.  0.054308;-0.041075;-0.048770;,
  150.  -0.008251;0.022679;-0.052543;,
  151.  -0.037977;0.079128;0.072563;,
  152.  0.036855;0.078396;0.072563;,
  153.  -0.008251;0.022679;-0.052543;,
  154.  -0.039272;-0.152499;-0.141339;,
  155.  -0.037977;0.079128;0.072563;,
  156.  -0.008251;0.022679;-0.052543;,
  157.  0.074109;-0.357446;0.180185;,
  158.  0.036855;0.078396;0.072563;,
  159.  -0.037977;0.079128;0.072563;,
  160.  -0.121924;-0.357446;0.184453;,
  161.  0.074109;-0.357446;0.180185;,
  162.  -0.037977;0.079128;0.072563;,
  163.  0.074109;-0.357446;0.180185;,
  164.  0.054308;-0.041075;-0.048770;,
  165.  0.036855;0.078396;0.072563;,
  166.  0.054308;-0.041075;-0.048770;,
  167.  0.142759;-0.364748;-0.233737;,
  168.  0.085789;-0.288899;-0.364296;,
  169.  0.054308;-0.041075;-0.048770;,
  170.  0.085789;-0.288899;-0.364296;,
  171.  0.058719;-0.169673;-0.214627;,
  172.  0.058719;-0.169673;-0.214627;,
  173.  0.085789;-0.288899;-0.364296;,
  174.  0.014529;-0.280108;-0.401345;,
  175.  0.085789;-0.288899;-0.364296;,
  176.  0.124913;-0.362664;-0.366498;,
  177.  -0.022151;-0.362649;-0.429288;,
  178.  0.014529;-0.280108;-0.401345;,
  179.  0.085789;-0.288899;-0.364296;,
  180.  -0.022151;-0.362649;-0.429288;,
  181.  -0.121924;-0.357446;0.184453;,
  182.  -0.022151;-0.362649;-0.429288;,
  183.  0.124913;-0.362664;-0.366498;,
  184.  -0.037977;0.079128;0.072563;,
  185.  -0.039272;-0.152499;-0.141339;,
  186.  -0.121924;-0.357446;0.184453;,
  187.  0.074109;-0.357446;0.180185;,
  188.  0.142759;-0.364748;-0.233737;,
  189.  0.054308;-0.041075;-0.048770;,
  190.  -0.022151;-0.362649;-0.429288;,
  191.  -0.121924;-0.357446;0.184453;,
  192.  -0.110343;-0.347045;-0.303719;,
  193.  -0.121924;-0.357446;0.184453;,
  194.  -0.039272;-0.152499;-0.141339;,
  195.  -0.110343;-0.347045;-0.303719;,
  196.  0.014529;-0.280108;-0.401345;,
  197.  -0.110343;-0.347045;-0.303719;,
  198.  -0.039272;-0.152499;-0.141339;,
  199.  -0.022151;-0.362649;-0.429288;,
  200.  -0.110343;-0.347045;-0.303719;,
  201.  0.014529;-0.280108;-0.401345;,
  202.  0.058719;-0.169673;-0.214627;,
  203.  0.014529;-0.280108;-0.401345;,
  204.  -0.039272;-0.152499;-0.141339;,
  205.  -0.039272;-0.152499;-0.141339;,
  206.  -0.008251;0.022679;-0.052543;,
  207.  0.058719;-0.169673;-0.214627;;
  208.  
  209.  24;
  210.  3;0,1,2;,
  211.  3;3,4,5;,
  212.  3;6,7,8;,
  213.  3;9,10,11;,
  214.  3;12,13,14;,
  215.  3;15,16,17;,
  216.  3;18,19,20;,
  217.  3;21,22,23;,
  218.  3;24,25,26;,
  219.  3;27,28,29;,
  220.  3;30,31,32;,
  221.  3;33,34,35;,
  222.  3;36,37,38;,
  223.  3;39,40,41;,
  224.  3;42,43,44;,
  225.  3;45,46,47;,
  226.  3;48,49,50;,
  227.  3;51,52,53;,
  228.  3;54,55,56;,
  229.  3;57,58,59;,
  230.  3;60,61,62;,
  231.  3;63,64,65;,
  232.  3;66,67,68;,
  233.  3;69,70,71;;
  234.  
  235.  MeshMaterialList {
  236.   1;
  237.   1;
  238.   0;;
  239.   Material {
  240.    0.800000;0.800000;0.800000;1.000000;;
  241.    0.000000;
  242.    0.000000;0.000000;0.000000;;
  243.    0.000000;0.000000;0.000000;;
  244.   }
  245.  }
  246.  MeshNormals {
  247.   72;
  248.   0.419536;-0.837788;-0.349429;,
  249.   0.999683;-0.004590;-0.024745;,
  250.   0.603456;-0.397252;0.691398;,
  251.   0.419536;-0.837788;-0.349429;,
  252.   0.603456;-0.397252;0.691398;,
  253.   -0.667816;-0.701497;0.248844;,
  254.   0.419536;-0.837788;-0.349429;,
  255.   0.506955;0.560897;-0.654515;,
  256.   0.999683;-0.004590;-0.024745;,
  257.   0.793608;0.531926;-0.295366;,
  258.   -0.111926;0.801032;-0.588065;,
  259.   -0.014527;0.763656;-0.645460;,
  260.   0.664177;0.746113;0.046731;,
  261.   0.793608;0.531926;-0.295366;,
  262.   -0.014527;0.763656;-0.645460;,
  263.   -0.647179;0.670486;0.362778;,
  264.   0.664177;0.746113;0.046731;,
  265.   -0.014527;0.763656;-0.645460;,
  266.   -0.769138;0.517159;-0.375464;,
  267.   -0.647179;0.670486;0.362778;,
  268.   -0.014527;0.763656;-0.645460;,
  269.   0.603456;-0.397252;0.691398;,
  270.   0.664177;0.746113;0.046731;,
  271.   -0.647179;0.670486;0.362778;,
  272.   -0.667816;-0.701497;0.248844;,
  273.   0.603456;-0.397252;0.691398;,
  274.   -0.647179;0.670486;0.362778;,
  275.   0.603456;-0.397252;0.691398;,
  276.   0.793608;0.531926;-0.295366;,
  277.   0.664177;0.746113;0.046731;,
  278.   0.793608;0.531926;-0.295366;,
  279.   0.999683;-0.004590;-0.024745;,
  280.   0.506955;0.560897;-0.654515;,
  281.   0.793608;0.531926;-0.295366;,
  282.   0.506955;0.560897;-0.654515;,
  283.   -0.111926;0.801032;-0.588065;,
  284.   -0.111926;0.801032;-0.588065;,
  285.   0.506955;0.560897;-0.654515;,
  286.   -0.217333;0.740971;-0.635396;,
  287.   0.506955;0.560897;-0.654515;,
  288.   0.419536;-0.837788;-0.349429;,
  289.   -0.060209;-0.468013;-0.881668;,
  290.   -0.217333;0.740971;-0.635396;,
  291.   0.506955;0.560897;-0.654515;,
  292.   -0.060209;-0.468013;-0.881668;,
  293.   -0.667816;-0.701497;0.248844;,
  294.   -0.060209;-0.468013;-0.881668;,
  295.   0.419536;-0.837788;-0.349429;,
  296.   -0.647179;0.670486;0.362778;,
  297.   -0.769138;0.517159;-0.375464;,
  298.   -0.667816;-0.701497;0.248844;,
  299.   0.603456;-0.397252;0.691398;,
  300.   0.999683;-0.004590;-0.024745;,
  301.   0.793608;0.531926;-0.295366;,
  302.   -0.060209;-0.468013;-0.881668;,
  303.   -0.667816;-0.701497;0.248844;,
  304.   -0.946021;0.152229;-0.286130;,
  305.   -0.667816;-0.701497;0.248844;,
  306.   -0.769138;0.517159;-0.375464;,
  307.   -0.946021;0.152229;-0.286130;,
  308.   -0.217333;0.740971;-0.635396;,
  309.   -0.946021;0.152229;-0.286130;,
  310.   -0.769138;0.517159;-0.375464;,
  311.   -0.060209;-0.468013;-0.881668;,
  312.   -0.946021;0.152229;-0.286130;,
  313.   -0.217333;0.740971;-0.635396;,
  314.   -0.111926;0.801032;-0.588065;,
  315.   -0.217333;0.740971;-0.635396;,
  316.   -0.769138;0.517159;-0.375464;,
  317.   -0.769138;0.517159;-0.375464;,
  318.   -0.014527;0.763656;-0.645460;,
  319.   -0.111926;0.801032;-0.588065;;
  320.  
  321.   24;
  322.   3;0,1,2;,
  323.   3;3,4,5;,
  324.   3;6,7,8;,
  325.   3;9,10,11;,
  326.   3;12,13,14;,
  327.   3;15,16,17;,
  328.   3;18,19,20;,
  329.   3;21,22,23;,
  330.   3;24,25,26;,
  331.   3;27,28,29;,
  332.   3;30,31,32;,
  333.   3;33,34,35;,
  334.   3;36,37,38;,
  335.   3;39,40,41;,
  336.   3;42,43,44;,
  337.   3;45,46,47;,
  338.   3;48,49,50;,
  339.   3;51,52,53;,
  340.   3;54,55,56;,
  341.   3;57,58,59;,
  342.   3;60,61,62;,
  343.   3;63,64,65;,
  344.   3;66,67,68;,
  345.   3;69,70,71;;
  346.  }
  347.  MeshTextureCoords {
  348.   72;
  349.   0.000000;0.000000;,
  350.   0.000000;0.000000;,
  351.   0.000000;0.000000;,
  352.   0.000000;0.000000;,
  353.   0.000000;0.000000;,
  354.   0.000000;0.000000;,
  355.   0.000000;0.000000;,
  356.   0.000000;0.000000;,
  357.   0.000000;0.000000;,
  358.   0.000000;0.000000;,
  359.   0.000000;0.000000;,
  360.   0.000000;0.000000;,
  361.   0.000000;0.000000;,
  362.   0.000000;0.000000;,
  363.   0.000000;0.000000;,
  364.   0.000000;0.000000;,
  365.   0.000000;0.000000;,
  366.   0.000000;0.000000;,
  367.   0.000000;0.000000;,
  368.   0.000000;0.000000;,
  369.   0.000000;0.000000;,
  370.   0.000000;0.000000;,
  371.   0.000000;0.000000;,
  372.   0.000000;0.000000;,
  373.   0.000000;0.000000;,
  374.   0.000000;0.000000;,
  375.   0.000000;0.000000;,
  376.   0.000000;0.000000;,
  377.   0.000000;0.000000;,
  378.   0.000000;0.000000;,
  379.   0.000000;0.000000;,
  380.   0.000000;0.000000;,
  381.   0.000000;0.000000;,
  382.   0.000000;0.000000;,
  383.   0.000000;0.000000;,
  384.   0.000000;0.000000;,
  385.   0.000000;0.000000;,
  386.   0.000000;0.000000;,
  387.   0.000000;0.000000;,
  388.   0.000000;0.000000;,
  389.   0.000000;0.000000;,
  390.   0.000000;0.000000;,
  391.   0.000000;0.000000;,
  392.   0.000000;0.000000;,
  393.   0.000000;0.000000;,
  394.   0.000000;0.000000;,
  395.   0.000000;0.000000;,
  396.   0.000000;0.000000;,
  397.   0.000000;0.000000;,
  398.   0.000000;0.000000;,
  399.   0.000000;0.000000;,
  400.   0.000000;0.000000;,
  401.   0.000000;0.000000;,
  402.   0.000000;0.000000;,
  403.   0.000000;0.000000;,
  404.   0.000000;0.000000;,
  405.   0.000000;0.000000;,
  406.   0.000000;0.000000;,
  407.   0.000000;0.000000;,
  408.   0.000000;0.000000;,
  409.   0.000000;0.000000;,
  410.   0.000000;0.000000;,
  411.   0.000000;0.000000;,
  412.   0.000000;0.000000;,
  413.   0.000000;0.000000;,
  414.   0.000000;0.000000;,
  415.   0.000000;0.000000;,
  416.   0.000000;0.000000;,
  417.   0.000000;0.000000;,
  418.   0.000000;0.000000;,
  419.   0.000000;0.000000;,
  420.   0.000000;0.000000;;
  421.  }
  422. }
  423.